home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor1 / up.src < prev    next >
Text File  |  1990-10-20  |  377b  |  14 lines

  1. %%HP: T(3)A(D)F(.);
  2. @ by Jake Schwartz.
  3. @ Requires PARENT to be in memory.
  4. @ This is a "smarter UPDIR", somewhat like the HP-42's EXIT;
  5. @   it allows easier navigation through directories.
  6. @ Does not handle custom menus correctly; intended for built-in menus only.
  7.  
  8. \<< RCLMENU IP 1 + 61 MIN DUP
  9.   IF 3 SAME
  10.   THEN DROP UPDIR
  11.   ELSE PARENT SWAP GET MENU
  12.   END
  13. \>>
  14.